home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d16 / todov1_2.arc / TODOLIST.DOC < prev    next >
Text File  |  1991-08-15  |  14KB  |  352 lines

  1.                             TO DO LIST!:
  2.  
  3.                                 V1.2
  4.  
  5.  
  6.                              WRITTEN BY:
  7.  
  8.                             DAVE SCHOEFFEL
  9.  
  10.  
  11.  
  12. INTRODUCTION
  13.  
  14. TO DO LIST is a simple Windows 3.0 utility to help you get your day
  15. organized.  It includes a place to note the date and up to 10 locations for
  16. listing tasks to complete.  Each location can hold up to 25 characters.  If
  17. you need more space, simply use several lines to hold additional information.
  18. You can change the colors of the form as well as specify a default data file
  19. to be loaded when the To Do List is first run.
  20.  
  21. This program was written using Microsoft Visual Basic version 1.0 to run under
  22. Windows 3.0 and must have the VBRUN100.DLL file located in your path. Simply
  23. place VBRUN100.DLL in your Windows directory (or any convenient directory
  24. in your path) and forget about it.  This file is available on most bulletin
  25. boards as well as other sources, and should be obtained and installed prior
  26. to using the To Do List.
  27.  
  28.  
  29.  
  30. VERSION INFORMATION
  31.  
  32. Version 1.0    Never quite made it to release.  Just as I was about to
  33. 08-01-91    release the program, several fairly major flaws came to light.
  34.         By the time they were discovered, version 1.1 was well on the
  35.         way to completion.  So, version 1.0 was never released.
  36.  
  37. Version 1.1    This version fixed serveral major flaws discovered before
  38. 08-11-91    version 1.0 was released.  Also several new features were
  39.         added to the program as well as several "foibles" fixed.
  40.         These features are listed below:
  41.  
  42.         **When any option box appears on the screen, the main To Do
  43.         List box is disabled from any action.  This will force the
  44.         user to either complete the action started by the option box
  45.         or cancel it and go back to the main form.  I found it quite
  46.         odd to be able to minimize the To Do List when any other
  47.         option box was present on the screen.
  48.  
  49.         **A simple method was added to update the date of the To Do
  50.         List.  As lists are created and saved to disk, the user may
  51.         wish to change the date after opening a list.  This can now
  52.         be accomplished quite simply with one of the Tools.
  53.  
  54.         **Several "foibles" were repaired such as the order of the
  55.         buttons on the configuration boxes and beeps on keyboard
  56.         entries where there shouldn't have been any beeps.  I made an
  57.         attempt to make the code more efficient.  As this is written
  58.         using Visual Basic, I rewrote segments of the code to call
  59.         common code rather than just copying the code.
  60.  
  61. Version 1.2    This version fixed several minor errors, listed below, in the
  62. 08-15-91    program operation:
  63.  
  64.         **Default Data File now shows what the current selection is
  65.         when it comes on the screen.
  66.  
  67.         Also the major features listed below were added:
  68.  
  69.         **CUT, COPY, PASTE...These options allow the user to cut,
  70.         copy, and paste text to and from the Windows environment.
  71.         This is accomplished using the standard clipboard that can be
  72.         accessed via any Windows application.
  73.  
  74.         **Insert and Delete Items...These options allow the user to
  75.         rearrange the order of the items on the To Do List.  All items
  76.         above or below the item to be inserted or deleted are moved
  77.         up or down by one item accordingly.
  78.  
  79.  
  80.  
  81. REGISTRATION
  82.  
  83. This program is being released as Shareware.  Please feel free to copy and
  84. distribute it freely amoung your friends and business associates.  I would 
  85. ask, however, that if you find the program useful (the definition of useful
  86. in this case meaning that you still have it installed after your evaluation,
  87. then it must be useful) please send the registration fee of $8 to:
  88.  
  89.                              Dave Schoeffel
  90.                              1313 Riverton Dr.
  91.                              Mukwonago,  WI 53149
  92.  
  93. Your registration will encourage me to create other useful utilities.  You
  94. will also rest assured that you have done your good deed for the day.
  95.  
  96. Registration has been made simple for the user.  Simply run the program and
  97. choose the FILE - ABOUT option from the menu.  This information screen has
  98. a registration form on it and can be filled in by the user and printed out
  99. to be mailed in.  Please take a few short minutes to register your copy.
  100.  
  101.  
  102.  
  103. FILES
  104.  
  105. The following files should have been included in the ZIP file that you
  106. received (or all files included from whatever your source for this program):
  107.  
  108.          TODOLIST.DOC      This file that you are reading.
  109.          TODOLIST.EXE      The executable code for the To Do List.
  110.          TODOLIST.CFG      The configuration file that holds color info, etc.
  111.            SAMPLE.TDL      A sample To Do List data file.
  112.  
  113.  
  114.  
  115. INSTALLATION
  116.  
  117. To install the program, simply copy all of the files listed above into a
  118. subdirectory.  Remember that you need the VBRUN100.DLL file somewhere in your
  119. path to use the To Do List.
  120.  
  121.  
  122.  
  123. RUNNING
  124.  
  125. You may run the To Do List several different ways.  You could open File
  126. Manager and double click on the    TODOLIST.EXE file name. It could also be
  127. installed via Program Manager into any convenient group.  Another method of
  128. assuring that the To Do List is routinely run is to install it into your
  129. WIN.INI file.  This will assure that whenever Windows is started, the To Do
  130. List will automatically load.
  131.  
  132. To do this, simply edit your WIN.INI file with a text editor or from within
  133. Windows using the SYSEDIT.EXE function.  In the WIN.INI file locate the line
  134. that says LOAD= and insert (Drive):(Path)\TODOLIST.EXE.  This will load the
  135. To Do List utility every time that Windows is run.
  136.  
  137.  
  138.  
  139. OPERATION
  140.  
  141. Operating the To Do List is simply a matter of entering data into the form
  142. and looking back occasionally to check off completed tasks.  The following
  143. section of this document describes all of the features and how to use them.
  144.  
  145.  
  146.  
  147. FILE - NEW
  148.  
  149. The FILE - NEW option of the menu simply wipes all entered information clean
  150. and allows the user to start from a clean form.  The current system date is
  151. automatically entered into the date section of the To Do List.
  152.  
  153.  
  154.  
  155. FILE - OPEN
  156.  
  157. The FILE - OPEN option of the menu allows the user to load in previously saved
  158. data files.  When To Do List is first installed, a sample data file named
  159. SAMPLE.TDL is included.  This data file has several useful suggestions for
  160. users of the To Do List.
  161.  
  162.  
  163.  
  164. FILE - SAVE
  165.  
  166. The FILE - SAVE option allows for routine saving of an already named data
  167. file.  To name a data file, see the FILE - SAVE AS section below.  This
  168. option is most useful in the everyday use of To Do List.  As your To Do List
  169. changes, and you check off items that are complete,  remember to SAVE the
  170. data file.  If you exit To Do List or Windows, this will assure that your 
  171. data file will remain intact.
  172.  
  173.  
  174.  
  175. FILE - SAVE AS
  176.  
  177. Just as the above option, FILE - SAVE, saves your data files, the FILE -
  178. SAVE AS option saves your data files but allows you to assign a file name
  179. unique to your data file.  These data file names must follow all standard
  180. DOS conventions.  Use only letters and numbers and avoid punctuation.  The
  181. file extension .TDL will be added to the file name if the user does not type
  182. it in.
  183.  
  184.  
  185.  
  186. FILE - DELETE
  187.  
  188. As you routinely use To Do List, you will most likely accumulate quite a 
  189. large number of data files.  These data files may or may not be useful to
  190. you after the events have passed.  If you wish to delete these data files,
  191. you may use the FILE - DELETE option of the menu.  Simply select the file or
  192. files to be deleted, one at a time, and double click on the file name or 
  193. click on the DELETE box.  When you are finished deleting files, click on the
  194. DONE box to return to the To Do List.
  195.  
  196.  
  197.  
  198. FILE - PRINT
  199.  
  200. After you have completed one or several To Do Lists, you may wish to print
  201. them using the FILE - PRINT option.  This option simply dumps the To Do List
  202. to the printer specified in your Windows printer setup.
  203.  
  204.  
  205.  
  206. FILE - ABOUT
  207.  
  208. The FILE - ABOUT option of the menu gives general information about the 
  209. program and the programmer.  This is also the option that should be used to
  210. register your copy of the To Do List.  Simply choose FILE - ABOUT from the
  211. menu, fill in the registration form, print it out, and mail it complete with
  212. the registration fee to the programmer listed.
  213.  
  214.  
  215.  
  216. FILE - EXIT
  217.  
  218. The FILE - EXIT option of the menu allows the user to completly exit the
  219. To Do List utility and terminate any further To Do List activity.
  220.  
  221.  
  222.  
  223. EDIT - CUT
  224.  
  225. This option works exactly the same as the CUT option in any Windows
  226. application.  Simply highlight the text that you wish to cut and select this
  227. option from the menu.  The highlighted text will be deleted and added to the
  228. Windows environment clipboard.  You may then use this text to be pasted
  229. someplace else, either in the To Do List or in any other Windows application.
  230.  
  231.  
  232.  
  233. EDIT - COPY
  234.  
  235. This option, like the CUT option above works the same as other Windows
  236. applications.  To copy text among any other applications within the Windows
  237. environment, simply highlight the text and select this option from the menu.
  238.  
  239.  
  240.  
  241. EDIT - PASTE
  242.  
  243. To past text from the environment clipboard to your To Do List, place the 
  244. cursor where you want the text pasted to and select this item from the menu.
  245. Any text that was present on the environment clipboard will be pasted into
  246. your To Do List.  The limitations to this operation are the field size of the
  247. item list.  Any pasted text that is larger that the item list field size will
  248. be lost.  The field sizes are 25 characters for the item lists and 11 for the
  249. date field.
  250.  
  251.  
  252.  
  253. EDIT - INSERT ITEM
  254.  
  255. To insert an item before another item on the list, simply place the cursor
  256. where you wish the new item to be and select this item from the list.  Please
  257. note, however, that the last item (if used) on the list will be lost.  This
  258. is because we only have room for 10 items.  If you attempt to insert an item
  259. when you already have 10 items listed, the 10th item will end up in the bit
  260. bucket.
  261.  
  262.  
  263.  
  264. EDIT - DELETE ITEM
  265.  
  266. As you complete tasks, you may wish to delete them from your list.  To delete
  267. items from your To Do List, simply place the cursor in the field of the item
  268. that you wish to delete and select this item from the menu.  All items below
  269. the deleted item will move up one on the list.
  270.  
  271.  
  272.  
  273. EDIT - SET DATE
  274.  
  275. If you use just one To Do List data file and keep updating it, you will find
  276. that the date stays the same as the date that you entered (or the date that
  277. was present) when you created the list.  As you use the list, you can keep
  278. the date current by selecting this option.  The date that is set will be the 
  279. system date of your computer system.
  280.  
  281.  
  282.  
  283. CONFIGURE - BACK GROUND COLOR
  284.  
  285. This option allows the user to adjust the color of the back ground of the
  286. To Do List form.  When the form appears on the screen, three controls for
  287. RED, GREEN and BLUE appear.  As the user adjusts the controls, the amount of
  288. each color is mixed into the form back ground color.  When an acceptable
  289. mixture of back ground color is reached, simply choose the save option.  This
  290. will save these colors to the configuration file and all future session of
  291. the To Do List will use this background color.  If you wish to revert back
  292. to the old colors, simply choose CANCEL before leaving the configuration menu.
  293. The original colors that were present before entering this menu will appear
  294. on the screen.
  295.  
  296.  
  297.  
  298. CONFIGURE - ITEM LIST COLOR
  299.  
  300. This option works identically to the CONFIGURE - BACK GROUND COLOR option
  301. described above.  All references to back ground color will now apply to
  302. the areas of the To Do List where the user enters information.
  303.  
  304.  
  305.  
  306. CONFIGURE - CHECK BOX COLOR
  307.  
  308. This option works identically to the CONFIGURE - BACK GROUND COLOR option
  309. described above.  All references to back ground color will now apply to just
  310. the check boxes that you select on or off as tasks are completed.
  311.  
  312.  
  313.  
  314. CONFIGURE - DEFAULT DATA FILE
  315.  
  316. This option allows the user to specify a default data file to be loaded every
  317. time the To Do List is run.  The user can choose three options, described
  318. below for the default data file
  319.  
  320. "NONE"        Choosing this option will load the To Do List with no data,
  321.         except the current computer system date in the date area of
  322.         the To Do List.
  323.  
  324. "CURRENT DATE"    Choosing this option will cause To Do List to search for a
  325.         data file with the file name MMDDYY.TDL where the MMDDYY is
  326.         replaced by the date from the current computer system date.
  327.         For example, on August 6,  1991 the data file would be
  328.         080691.TDL.  If this file does not exist, then the To Do List
  329.         will run just like choosing the "NONE" option above.
  330.  
  331. "SPECIFY FILE"    Choosing this option will also highlight the Filename section
  332.         of the default data file form.  This will allow the user to
  333.         enter a valid DOS filename for a data file to be used until
  334.         changed again by the default data file option.  Simply enter
  335.         a data file name that has already been created or will be
  336.         created.  This file, if it exists, will automatically be
  337.         loaded when the To Do List is run.  If this file does not
  338.         exist, then the To Do List will run just like choosing the
  339.         "NONE" option above.
  340.  
  341.  
  342.  
  343.  
  344. To Do List version 1.0 is a copyright product of David A. Schoeffel of 
  345. Mukwonago, WI.  Visual Basic version 1.0, Windows 3.0 and VBRUN100.DLL are
  346. all trade marked and copyrighted products of the Microsoft Corp. of
  347. Redmond, Washington.  No warranties, expressed or implied, are extended for
  348. the use of this product or any side effects of the use or misuse of this
  349. product.
  350.  
  351.  
  352.